|
1 | | -{ |
2 | | - "name": "@yaml/yamlscript", |
3 | | - "version": "0.2.3", |
4 | | - "description": "Program in YAML — Code is Data", |
5 | | - "main": "lib/yamlscript/index.js", |
6 | | - "author": "Ingy döt Net", |
7 | | - "license": "MIT", |
8 | | - "dependencies": { |
9 | | - "@makeomatic/ffi-napi": "^4.2.0", |
10 | | - "ref-napi": "^3.0.3" |
11 | | - }, |
12 | | - "directories": { |
13 | | - "test": "test" |
14 | | - }, |
15 | | - "scripts": { |
16 | | - "test": "make test" |
17 | | - }, |
18 | | - "repository": { |
19 | | - "type": "git", |
20 | | - "url": "git+https://github.com/yaml/yamlscript.git" |
21 | | - }, |
22 | | - "bugs": { |
23 | | - "url": "https://github.com/yaml/yamlscript/issues" |
24 | | - }, |
25 | | - "homepage": "https://github.com/yaml/yamlscript#readme" |
26 | | -} |
| 1 | +{"name":"@yaml/yamlscript", |
| 2 | + "version":"0.2.3", |
| 3 | + "description":"Program in YAML — Code is Data", |
| 4 | + "main":"lib/yamlscript/index.js", |
| 5 | + "author":"Ingy döt Net", |
| 6 | + "license":"MIT", |
| 7 | + "dependencies": |
| 8 | + {"@makeomatic/ffi-napi":"^4.2.0", "ref-napi":"^3.0.3"}, |
| 9 | + "engines":{"node":">=18.0.0 <20.2.0 || >20.2.0"}, |
| 10 | + "directories":{"test":"test"}, |
| 11 | + "scripts":{"test":"make test"}, |
| 12 | + "repository": |
| 13 | + {"type":"git", "url":"git+https://github.com/yaml/yamlscript.git"}, |
| 14 | + "bugs":{"url":"https://github.com/yaml/yamlscript/issues"}, |
| 15 | + "homepage":"https://github.com/yaml/yamlscript#readme"} |
0 commit comments